TQABitmapDelete
A drawing engine must define a method to delete a bitmap.
typedef void (*TQABitmapDelete) (TQABitmap *bitmap);
bitmap
- A bitmap.
DESCRIPTION
YourTQABitmapDelete
function is called whenever an application callsQABitmapDelete
. Your function should delete the bitmap specified by thebitmap
parameter.